home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / ubuntu-docs / libs / ubuntu-installguide-html-chunk-cust.xsl < prev    next >
Encoding:
Extensible Markup Language  |  2009-10-18  |  982 b   |  32 lines

  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
  3.  
  4. <!-- This is a customised stylesheet for the Ubuntu Installation Guide to give it a
  5.      different footer to the other Ubuntu documents because it has a different licence -->
  6.  
  7. <!-- Imports -->
  8. <xsl:import href="ubuntu-html-chunk-cust.xsl"/>    
  9.  
  10. <!-- This adds the footer -->
  11.  
  12. <xsl:template name="user.footer.navigation">
  13. <hr />
  14. <div id="footer">
  15.  
  16.   <div id="ubuntulinks">
  17.  
  18.     <p>The material in this document is available under the terms of the GNU General Public Licence, see <a href="appendix-gpl.html">Appendix F</a> for details<br />
  19.     To report a problem, file a bug on the <a href="https://bugs.launchpad.net/ubuntu/+source/installation-guide/+filebug">Ubuntu installation-guide package</a></p>
  20.  
  21.   </div>
  22.  
  23. </div>
  24.  
  25. <div id="bottomcap">
  26.     <img src="https://help.ubuntu.com/htdocs/ubuntunew/img/cap-bottom.png" alt=""/>
  27. </div>
  28.  
  29. </xsl:template>
  30.  
  31. </xsl:stylesheet>
  32.